home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / AMTA.exe / 0 / RCDATA / TFRMPICKDATE / TFRMPICKDATE.txt
Encoding:
Text File  |  2003-01-14  |  1.7 KB  |  93 lines

  1. object frmPickDate: TfrmPickDate
  2.   Left = 455
  3.   Top = 388
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Date'
  6.   ClientHeight = 103
  7.   ClientWidth = 247
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 6
  20.     Top = 4
  21.     Width = 74
  22.     Height = 13
  23.     Caption = 'Time and  date:'
  24.   end
  25.   object comOk: TButton
  26.     Left = 87
  27.     Top = 77
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.   end
  35.   object comCancel: TButton
  36.     Left = 167
  37.     Top = 77
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.   end
  45.   object AM5dtDate: TAM5DateTimePanel
  46.     Left = 4
  47.     Top = 17
  48.     Width = 240
  49.     Height = 60
  50.     InsertCaption = 'Custom'
  51.     EasyDatesMenu.Strings = (
  52.       'Last 30 Seconds'
  53.       'Last 30 Minutes'
  54.       'Last 24 Hours'
  55.       'Last 30 Days'
  56.       'Last 12 Months'
  57.       'Last 5 Years'
  58.       '-'
  59.       'Next 30 Seconds'
  60.       'Next 30 Minutes'
  61.       'Next 24 Hours'
  62.       'Next 30 Days'
  63.       'Next 12 Months'
  64.       'Next 5 Years')
  65.     AM5DateTime = '%DateSerial(2002,01,28) + TimeSerial(15,42,30)%'
  66.     RawDataCaption = 'Expression'
  67.   end
  68.   object IvTranslator1: TIvTranslator
  69.     DictionaryName = 'dcoAMTA'
  70.     Left = 12
  71.     Top = 277
  72.     TargetsData = (
  73.       1
  74.       4
  75.       (
  76.         '*'
  77.         'Hint'
  78.         0)
  79.       (
  80.         '*'
  81.         'Caption'
  82.         0)
  83.       (
  84.         '*'
  85.         'Items'
  86.         0)
  87.       (
  88.         'TMemo'
  89.         'Text'
  90.         0))
  91.   end
  92. end
  93.